projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f89235f
)
(main) [VMS]: Fix var ref.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 6 May 2004 19:46:31 +0000
(19:46 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Thu, 6 May 2004 19:46:31 +0000
(19:46 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index b95f97368ca5a04d38dd1aa1d89856e8e5ce3d77..d363a468eea76ecc7c90cf93f67a70105b77eb55 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-894,7
+894,7
@@
main (argc, argv
/* If -map specified, map the data file in. */
{
char *file;
- if (argmatch (argv, argc, "-map", "--map-data", 3, &
mapin_
file, &skip_args))
+ if (argmatch (argv, argc, "-map", "--map-data", 3, &file, &skip_args))
mapin_data (file);
}